StatefulStyled constructor

const StatefulStyled({
  1. Key? key,
  2. BeagleStyle? style,
  3. required List<Widget> children,
  4. StyleConfig? styleConfig,
})

Implementation

const StatefulStyled({
  Key? key,
  this.style,
  required this.children,
  this.styleConfig,
}): super(key: key);