CountryBox class

Constructors

CountryBox({double? horizontalCountryPadding = 16, double? boxHeight = 20, double? imageWidth = 20, double? imageHeight = 30, Decoration? boxDecoration, bool showCountryDialCode = true, bool showCountryFlag = true, bool showCountryName = false})

Properties

boxDecoration Decoration?
getter/setter pair
boxHeight double?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
horizontalCountryPadding double?
getter/setter pair
imageHeight double?
getter/setter pair
imageWidth double?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showCountryDialCode bool
getter/setter pair
showCountryFlag bool
getter/setter pair
showCountryName bool
getter/setter pair

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