mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-16 01:56:19 +00:00
initialized Devices Page
This commit is contained in:
@ -10,6 +10,7 @@ class BodyLarge extends StatelessWidget {
|
||||
this.textAlign,
|
||||
this.style,
|
||||
this.height,
|
||||
this.fontWeight,
|
||||
});
|
||||
|
||||
final String text;
|
||||
@ -19,10 +20,13 @@ class BodyLarge extends StatelessWidget {
|
||||
|
||||
final double? height;
|
||||
|
||||
final FontWeight? fontWeight;
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) => CustomText(
|
||||
text,
|
||||
style: style ?? context.bodyLarge.copyWith(height: height ?? 1.5),
|
||||
textAlign: textAlign,
|
||||
fontWeight: fontWeight,
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user