UpNavDrawer constructor

const UpNavDrawer({
  1. Key? key,
  2. UpColorType? colorType,
  3. UpStyle? style,
  4. required List<Widget> children,
  5. String? version,
})

Implementation

const UpNavDrawer({
  Key? key,
  this.colorType,
  this.style,
  required this.children,
  this.version,
}) : super(key: key);