AceWidget<T> constructor

const AceWidget<T>({
  1. Key? key,
  2. Widget? child,
})

Implementation

const AceWidget({super.key, this.child});