mirror of
https://github.com/flutter/samples.git
synced 2026-07-15 21:42:27 +00:00
Beta (#1234)
This commit is contained in:
@@ -24,7 +24,7 @@ class PhotoDetails extends StatefulWidget {
|
||||
final PhotoDetailsPhotoSaveCallback onPhotoSave;
|
||||
|
||||
@override
|
||||
_PhotoDetailsState createState() => _PhotoDetailsState();
|
||||
State<PhotoDetails> createState() => _PhotoDetailsState();
|
||||
}
|
||||
|
||||
class _PhotoDetailsState extends State<PhotoDetails> {
|
||||
|
||||
Reference in New Issue
Block a user