CurvedActionBar constructor
CurvedActionBar({
- Widget? activeIcon,
- Widget? inActiveIcon,
- String? text,
- ValueChanged<
bool> ? onTab,
Implementation
CurvedActionBar({this.activeIcon, this.inActiveIcon, this.text, this.onTab}) {
assert(this.activeIcon != null);
}