OutlineRF class
Constructors
-
OutlineRF.new({AppBarRF? appBar, Widget? stickyHeader, EdgeInsets? stickyHeaderPadding, TemplateRF? template, List<
DrawerItemRF> ? drawerItems})
Properties
- appBar ↔ AppBarRF?
-
getter/setter pair
-
drawerItems
↔ List<
DrawerItemRF> ? -
getter/setter pair
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stickyHeader ↔ Widget?
-
getter/setter pair
- stickyHeaderPadding ↔ EdgeInsets?
-
getter/setter pair
- template ↔ TemplateRF?
-
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
Static Properties
- implemented ↔ OutlineRF
-
getter/setter pair
Static Methods
-
getAppBar(
BuildContext context, OutlineRF local, String pageTitle, FlexBarRF flex, EdgeInsets pageHeaderPanelPadding, TemplateRF template) → dynamic -
getAppBottomBar(
OutlineRF local, TemplateRF template) → dynamic -
getAppDrawer(
OutlineRF local, TemplateRF template) → dynamic -
loadPageOutline(
dynamic template) → dynamic