VFlagProperties class

Constructors

VFlagProperties({TextStyle? titleTextStyle, TextStyle? descriptionTextStyle, TextStyle? linkTextStyle, EdgeInsetsGeometry? closeIconPadding = const EdgeInsets.all(14), VButtonStyle? linkStyle = const VButtonStyle(padding: EdgeInsets.fromLTRB(0, 0, 0, 0), backgroundColorActive: VColors.transparent, overlayColorPressed: Color(0x99B3D7FF))})

Properties

closeIconPadding EdgeInsetsGeometry?
final
descriptionTextStyle TextStyle?
final
hashCode int
The hash code for this object.
no setterinherited
linkStyle VButtonStyle?
final
linkTextStyle TextStyle?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleTextStyle TextStyle?
final

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