WuiDrawerDivider constructor

const WuiDrawerDivider({
  1. Key? key,
  2. bool? line = true,
  3. String? labelText,
})

Implementation

const WuiDrawerDivider({
  Key? key,
  this.line = true,
  this.labelText
}) : super(key: key);