ItemStyle constructor

ItemStyle({
  1. String color = 'black',
  2. String? borderColor = 'grey',
})

Implementation

ItemStyle({this.color = 'black', this.borderColor = 'grey'});