TabButtons constructor
TabButtons({})
Supply the 'general appearance' of the screen's ListView
Implementation
TabButtons({
Key? key,
this.foregroundOn = Colors.white,
this.foregroundOff = Colors.black,
this.backgroundOn = Colors.blue,
this.backgroundOff,
this.height = 49,
this.physics,
this.padding = 6,
this.borderRadius = 7,
this.durationOff = 75,
this.durationOn = 150,
}) : super(key: key);