BoxProperty class

Handles property resolution for FlyBox widgets

Constructors

BoxProperty()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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 Methods

resolveBackgroundColor(BuildContext context, FlyStyle flyStyle) Color?
Resolve background color for custom borders
resolveBorderRadius(BuildContext context, FlyStyle flyStyle) BorderRadius
Resolve border radius for custom borders
resolveDecoration(BuildContext context, FlyStyle flyStyle) Decoration?
Build resolved decoration from FlyStyle utilities
resolveHeight(BuildContext context, FlyStyle flyStyle) double?
Build resolved height from FlyStyle utilities
resolveMargin(BuildContext context, FlyStyle flyStyle) EdgeInsetsGeometry?
Build resolved margin from FlyStyle utilities
resolvePadding(BuildContext context, FlyStyle flyStyle) EdgeInsetsGeometry?
Build resolved padding from FlyStyle utilities
resolveWidth(BuildContext context, FlyStyle flyStyle) double?
Build resolved width from FlyStyle utilities