release: 1.0.12
This commit is contained in:
@ -16,7 +16,7 @@ class AMapGradView extends StatefulWidget {
|
||||
this.childAspectRatio,
|
||||
required this.childrenWidgets});
|
||||
@override
|
||||
_GradViewState createState() => _GradViewState();
|
||||
State<AMapGradView> createState() => _GradViewState();
|
||||
}
|
||||
|
||||
class _GradViewState extends State<AMapGradView> {
|
||||
|
@ -14,7 +14,7 @@ class AMapRadioGroup<T> extends StatefulWidget {
|
||||
this.onChanged});
|
||||
|
||||
@override
|
||||
_AMapRadioGroupState<T> createState() => _AMapRadioGroupState<T>();
|
||||
State<AMapRadioGroup<T>> createState() => _AMapRadioGroupState<T>();
|
||||
}
|
||||
|
||||
class _AMapRadioGroupState<T> extends State<AMapRadioGroup<T>> {
|
||||
|
Reference in New Issue
Block a user