LeftCenterWidget constructor

const LeftCenterWidget({
  1. Key? key,
  2. required Widget child,
  3. bool left = true,
})

Implementation

const LeftCenterWidget({Key? key, required this.child, this.left = true})
    : super(key: key);