Form0Theme constructor

const Form0Theme({
  1. Key? key,
  2. Widget? child,
})

Implementation

const Form0Theme({Key? key, this.child}) : super(key: key);