StacDefaultBottomNavigationControllerParser class
Parser for the deprecated defaultBottomNavigationController widget
type. Delegates to StacDefaultNavigationControllerParser so that the
new NavigationScope / NavigationController are produced and remain
interoperable with non-deprecated consumers.
- Inheritance
-
- Object
- StacParser<
StacDefaultBottomNavigationController> - StacDefaultBottomNavigationControllerParser
Constructors
-
const
Properties
Methods
-
getModel(
Map< String, dynamic> json) → StacDefaultBottomNavigationController -
Parses a JSON object into a model
T.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parse(
BuildContext context, StacDefaultBottomNavigationController model) → Widget -
Parses a model
Tinto a Widget.override -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited