FlDesignConfig class

Constructors

FlDesignConfig({required FlSize margin, required FlSize body, required DeviceTarget deviceTarget, Size size = Size.infinite, double? navigationRailWidth, double appbarHeight = kResponsiveToolBarHeight, int layoutColumns = 1, double drawerWidth = kResponsiveDrawerWidth, double tabBarHeight = kTextTabBarHeight, double gutters = kResponsiveGutterMobile})

Properties

appbarHeight double
final
body FlSize
final
deviceTarget DeviceTarget
final
drawerWidth double
final
gutters double
final
hashCode int
The hash code for this object.
no setterinherited
isDesktop bool
no setter
isMobile bool
no setter
isTablet bool
no setter
layoutColumns int
final
margin FlSize
final
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size Size
final
tabBarHeight double
final

Methods

copyWith({Size? size}) FlDesignConfig
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requiredNavigationRailWidth() double
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited