CurvedActionBar constructor

CurvedActionBar({
  1. Widget? activeIcon,
  2. Widget? inActiveIcon,
  3. String? text,
  4. ValueChanged<bool>? onTab,
})

Implementation

CurvedActionBar({this.activeIcon, this.inActiveIcon, this.text, this.onTab}) {
  assert(this.activeIcon != null);
}