ListTab constructor
const
ListTab({})
Create a new ListTab
Implementation
const ListTab({
this.icon,
required this.label,
this.borderRadius = const BorderRadius.all(const Radius.circular(5.0)),
this.activeBackgroundColor = Colors.blue,
this.inactiveBackgroundColor = Colors.transparent,
this.showIconOnList = false,
this.borderColor = Colors.grey,
});