KFDrawerItem.initWithPage constructor

KFDrawerItem.initWithPage({
  1. GestureTapCallback? onPressed,
  2. Widget? text,
  3. Widget? icon,
  4. String? alias,
  5. KFDrawerContent? page,
})

Implementation

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