FlagImageSettings class

Constructors

FlagImageSettings({BorderRadius borderRadius = BorderRadius.zero, bool circle = false, double circleRadius = 16.0, double? height, double width = 32.0})
const

Properties

borderRadius BorderRadius
Radius to apply to the all flag
final
circle bool
Circle flag, replace rectangle flag by circle flag.
final
circleRadius double
Only apply if the circle is true.
final
hashCode int
The hash code for this object.
no setterinherited
height double?
Height of the flag.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double
Width of the flag.
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