KFDrawerItem constructor

KFDrawerItem({
  1. GestureTapCallback? onPressed,
  2. Widget? text,
  3. Widget? icon,
})

Implementation

KFDrawerItem({this.onPressed, this.text, this.icon});