DefaultStyle constructor

const DefaultStyle({
  1. Key? key,
  2. Widget? child,
  3. List? styles = const [],
})

Implementation

const DefaultStyle({super.key, this.child, this.styles = const[]});