YimListRow constructor
const
YimListRow({
- Key? key,
- required Widget child,
- VoidCallback? onPressed,
- Color? backgroundColor,
- EdgeInsets padding = const EdgeInsets.symmetric(horizontal: 16),
- Widget? dividingLine,
Implementation
const YimListRow({Key? key, required this.child, this.onPressed, this.backgroundColor, this.padding = const EdgeInsets.symmetric(horizontal: 16), this.dividingLine}) : super(key: key);