GrxHelpWidget constructor

const GrxHelpWidget({
  1. Key? key,
  2. String? text,
  3. Widget? body,
  4. double? width,
})

Implementation

const GrxHelpWidget({super.key, this.text, this.body, this.width})
  : assert(text != null || body != null);