build abstract method
Widget
build(
- BuildContext context, {
- EdgeInsets margin = const EdgeInsets.all(0),
- Axis orientation = Axis.horizontal,
- bool compact = false,
- bool floating = false,
Implementation
Widget build(
BuildContext context, {
EdgeInsets margin = const EdgeInsets.all(0),
Axis orientation = Axis.horizontal,
bool compact = false,
bool floating = false,
});