StoryboardRF class
Constructors
-
StoryboardRF.new({String? title, OutlineRF? outline, FlexBarRF? flex, Widget? stickyHeader, Object? model, List<
DataSourceRF> ? dataSources, Widget? child, Widget? fab, List<DrawerItemRF> ? drawerItems, List<Color> ? osBarColors})
Properties
- child ↔ Widget?
-
getter/setter pair
-
dataSources
↔ List<
DataSourceRF> ? -
getter/setter pair
-
getter/setter pair
-
drawerItems
↔ List<
DrawerItemRF> ? -
getter/setter pair
- fab → Widget?
-
final
- flex ↔ FlexBarRF?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- model ↔ Object?
-
getter/setter pair
-
osBarColors
↔ List<
Color> ? -
getter/setter pair
- outline ↔ OutlineRF?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stickyHeader ↔ Widget?
-
getter/setter pair
- title ↔ String?
-
getter/setter pair
Methods
-
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