AlphabeticalItemModel constructor

AlphabeticalItemModel(
  1. String alphabetical, {
  2. double height = 32,
  3. TextStyle? textStyle,
  4. Color? backgroundColor,
})

Implementation

AlphabeticalItemModel(
  this.alphabetical, {
  this.height = 32,
  this.textStyle,
  this.backgroundColor,
});