final
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class IFrameWeb extends StatefulWidget {
|
||||
final String width;
|
||||
final String height;
|
||||
final String src;
|
||||
final String? width;
|
||||
final String? height;
|
||||
final String? src;
|
||||
|
||||
const IFrameWeb({this.width, this.height, this.src});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user