build method
- BuildContext context,
- QuillController controller,
- Embed node,
- bool readOnly,
- bool inline,
- TextStyle? textStyle
override
Implementation
@override
Widget build(
BuildContext context,
QuillController controller,
Embed node,
bool readOnly,
bool inline,
TextStyle? textStyle,
) {
return AspectRatio(
aspectRatio: 16 / 10,
child: Card(
elevation: 1,
child: Center(
child: Text(t.video.webNotSupported),
),
),
);
}