ListItemStyle constructor

ListItemStyle({
  1. TextStyle? textStyle,
  2. TextStyle? subTextStyle,
  3. Color? borderColor,
})

Implementation

ListItemStyle({this.textStyle, this.subTextStyle, this.borderColor});