MTabIndicatorSolid constructor

MTabIndicatorSolid({
  1. Color? color,
  2. double? width,
  3. double? height,
})

Implementation

MTabIndicatorSolid({this.color, this.width, this.height});