ResponsiveRow<T> constructor
ResponsiveRow<T> ({
- Key? key,
- required T children,
- Axis axis = Axis.vertical,
- ScrollController? controller,
- EdgeInsets? customInternalPadding,
- dynamic onClickCallable()?,
Implementation
ResponsiveRow({Key? key,
required this.children,
this.axis = Axis.vertical,
this.controller,
this.customInternalPadding,
this.onClickCallable
}): super(key: key);