BodyE.child constructor
const
BodyE.child({
- Key? key,
- Widget? topHint,
- Widget? operate,
- required 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 = true,
Implementation
const BodyE.child({
Key? key,
this.topHint,
this.operate,
required 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 = true,
}) : this.children = null,
super(key: key);