adding packages
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class DetailsScreen {
|
||||
const DetailsScreen({
|
||||
this.appBar,
|
||||
@required this.body,
|
||||
});
|
||||
|
||||
final Widget body;
|
||||
final PreferredSizeWidget appBar;
|
||||
}
|
||||
Reference in New Issue
Block a user