KFDrawerItem constructor

const KFDrawerItem({
  1. GestureTapCallback? onPressed,
  2. Widget? text,
  3. Widget? icon,
  4. String? alias,
  5. Widget? page,
  6. Key? key,
})

Implementation

const KFDrawerItem({this.onPressed, this.text, this.icon, this.alias, this.page, Key? key}) : super(key: key);