RapidContainerParser class

Implemented types

Constructors

RapidContainerParser({required String styles, required BuildContext context})

Properties

boxConstraints BoxConstraints?
getter/setter pair
boxDecoration BoxDecoration
getter/setter pair
colorHelper RapidColorHelper
final
context BuildContext
final
hashCode int
The hash code for this object.
no setterinherited
height double?
getter/setter pair
mb double
getter/setter pair
ml double
getter/setter pair
mr double
getter/setter pair
mt double
getter/setter pair
pb double
getter/setter pair
pl double
getter/setter pair
pr double
getter/setter pair
prefixHelper RapidPrefixHelper
final
pt double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spacingMetrics RapidSpacingMetrics
final
styles String
final
width double?
getter/setter pair

Methods

applyHMargin(String size) → void
applyHPadding(String size) → void
applyRadius(String style) → void
applyShadow(String style) → void
applyVMargin(String size) → void
applyVPadding(String size) → void
border(String style) Border?
borderWithColor(Color borderColor) Border
determineStyle(String style) RapidContainerStyleType
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
parseColor(String style) Color
parseSize(String style) → void
parseSpacing(String style) → void
toString() String
A string representation of this object.
inherited
updateBoxConstraints(BoxConstraints constraints) → void
updateSize(double width, double height) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited