BodyE constructor
const
BodyE({
- Key? key,
- Widget? topHint,
- Widget? operate,
- required List<
Widget> ? children, - Widget? child,
- double padding = 32,
- int left = 0,
- int top = 0,
- int right = 0,
- double space = 0,
- bool bottom = true,
- bool slide = false,
- Color? backgroundColor,
- Decoration? decoration,
- EasyRefreshController? controller,
- OnRefreshCallback? refresh,
- OnLoadCallback? load,
- bool fullLine = true,
- bool noList = false,
Implementation
const BodyE({
Key? key,
this.topHint,
this.operate,
required this.children,
this.child,
this.padding = 32,
this.left = 0,
this.top = 0,
this.right = 0,
this.space = 0,
this.bottom = true,
this.slide = false,
this.backgroundColor,
this.decoration,
this.controller,
this.refresh,
this.load,
this.fullLine = true,
this.noList = false,
}) : super(key: key);