RapidFlowParser class
- Implemented types
Constructors
- RapidFlowParser({required String styles, required BuildContext context})
Properties
- axisParser → RapidFlowAxisParser
-
final
- context → BuildContext
-
final
- crossAxisAlignment ↔ CrossAxisAlignment
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- itemsParser → RapidFlowItemsParser
-
final
- justifyParser → RapidFlowJustifyParser
-
final
- mainAxisAlignment ↔ MainAxisAlignment
-
getter/setter pair
- mainAxisSize ↔ MainAxisSize
-
getter/setter pair
- mech ↔ RapidFlowMech
-
getter/setter pair
- prefixHelper → RapidPrefixHelper
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- styles → String
-
final
Methods
-
determineFlow(
String style) → RapidFlowType -
hasPrefix(
String style) → bool -
isValidPrefix(
String style) → bool -
isValidStyle(
String style) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parse(
BuildContext context) → void -
override
-
render(
List< Widget> children) → Widget -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited