ShadcnUI constructor

const ShadcnUI({
  1. Key? key,
  2. TextStyle? textStyle,
  3. required Widget child,
})

Implementation

const ShadcnUI({
  super.key,
  this.textStyle,
  required this.child,
});