BulletBorder class

Inheritance

Constructors

BulletBorder({required double top, required double diameter, required double iconWeight, required IconData? icon, required Color? color, required Color? iconColor, required double shiftIconY, required double shiftIconX, required double thickness})

Properties

color Color?
getter/setter pair
diameter double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
icon IconData?
getter/setter pair
iconColor Color?
getter/setter pair
iconWeight double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shiftIconX double
getter/setter pair
shiftIconY double
getter/setter pair
thickness double
getter/setter pair
top double
getter/setter pair

Methods

build(BuildContext context) BoxBorder?
override
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