ItemLineItem class

Constructors

ItemLineItem({LineStyle? afterLineStyle, LineStyle? beforeLineStyle, double radiusCircle = 20, bool isFirst = false, bool isLast = false, double? width, double? height, Widget? endWidget, required String title, Color circleColor = Colors.amber, IconData? icon, String? imageAssetsPath, IconAndImageStyle iconAndImageStyle = const IconAndImageStyle()})

Properties

afterLineStyle LineStyle?
final
beforeLineStyle LineStyle?
final
circleColor Color
final
endWidget Widget?
final
hashCode int
The hash code for this object.
no setterinherited
height double?
final
icon IconData?
final
iconAndImageStyle IconAndImageStyle
final
imageAssetsPath String?
final
isFirst bool
final
isLast bool
final
radiusCircle double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
final
width double?
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