MyoroDrawerStyle class
Style model of MyoroDrawer.
- Annotations
-
- @immutable
- @myoroModel
Constructors
- MyoroDrawerStyle.new({EdgeInsets? drawerPadding, EdgeInsets? drawerContentPadding, ShapeBorder? drawerShape, EdgeInsets? titleContentDividerPadding, TextStyle? titleTextStyle})
-
const
- MyoroDrawerStyle.fake()
-
factory
Properties
- drawerContentPadding → EdgeInsets?
-
Padding of the content in
_Drawer
.final - drawerPadding → EdgeInsets?
-
Padding of
_Drawer
.final - drawerShape → ShapeBorder?
-
Drawer.shape of the drawer.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- self → MyoroDrawerStyle
-
no setterinherited
- titleContentDividerPadding → EdgeInsets?
-
Padding of the MyoroBasicDivider in between
_Title
andMyoroDrawer.child
.final - titleTextStyle → TextStyle?
-
Text style of text in
_Title
.final
Methods
-
copyWith(
{EdgeInsets? drawerPadding, bool drawerPaddingProvided = true, EdgeInsets? drawerContentPadding, bool drawerContentPaddingProvided = true, ShapeBorder? drawerShape, bool drawerShapeProvided = true, EdgeInsets? titleContentDividerPadding, bool titleContentDividerPaddingProvided = true, TextStyle? titleTextStyle, bool titleTextStyleProvided = true}) → MyoroDrawerStyle -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
lerp(
MyoroDrawerStyle? a, MyoroDrawerStyle? b, double t) → MyoroDrawerStyle