SignpostImageRenderSettings class Core
Signpost image render settings.
Initialized with default optimal values
Constructors
- SignpostImageRenderSettings({int borderSize = 10, bool borderRoundCorners = true, int maxRows = 3})
-
Constructor with optional border size, border round corners and maximum rows
const
-
SignpostImageRenderSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- borderRoundCorners → bool
-
Round corners border
final
- borderSize → int
-
Border size in pixels
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- maxRows → int
-
Maximum rows of details in the signpost
final
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
covariant SignpostImageRenderSettings other) → bool -
The equality operator.
override