BaselineProxy constructor
const
BaselineProxy({
- Key? key,
- Widget? child,
- TextStyle? textStyle,
- EdgeInsets? padding,
Implementation
const BaselineProxy({Key? key, Widget? child, this.textStyle, this.padding})
: super(key: key, child: child);