CustomAnnotatedRegion<T extends Object> constructor
const
CustomAnnotatedRegion<T extends Object> ({
- required Widget child,
- Key? key,
- SystemUiOverlayStyle? value,
- bool sized = true,
AnnotatedRegion 注解区域组件
Implementation
const CustomAnnotatedRegion({
required this.child,
super.key,
this.value,
this.sized = true,
});