CustomAnnotatedRegion<T extends Object> constructor

const CustomAnnotatedRegion<T extends Object>({
  1. required Widget child,
  2. Key? key,
  3. SystemUiOverlayStyle? value,
  4. bool sized = true,
})

AnnotatedRegion 注解区域组件

Implementation

const CustomAnnotatedRegion({
  required this.child,
  super.key,
  this.value,
  this.sized = true,
});