LinearGaugeBoxDecoration class

Annotations

Constructors

LinearGaugeBoxDecoration({Color backgroundColor = Colors.grey, double height = 4.0, LinearGradient? linearGradient, double? borderRadius, Color? linearGaugeValueColor = Colors.blue})
An immutable description of how to paint a box of LinearGauge.
const

Properties

backgroundColor Color
color Set the Color of the LinearGauge Container
final
borderRadius double?
borderRadius Set corners to soft edges/rounded of the LinearGauge Container
final
hashCode int
The hash code for this object.
no setterinherited
height double
height Sets the height of the LinearGauge Container
final
linearGaugeValueColor Color?
borderRadius Set corners to soft edges/rounded of the LinearGauge Container
final
linearGradient LinearGradient?
linearGradient Sets the gradient background of the LinearGauge Container
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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited