EasyBody constructor

EasyBody({
  1. required Widget child,
  2. required Widget title,
})

widget to show on the body

Implementation

EasyBody({required this.child, required this.title});