BaselineProxy constructor

const BaselineProxy({
  1. Key? key,
  2. Widget? child,
  3. TextStyle? textStyle,
  4. EdgeInsets? padding,
})

Implementation

const BaselineProxy({Key? key, Widget? child, this.textStyle, this.padding}) : super(key: key, child: child);