Skip to content

Instantly share code, notes, and snippets.

View buithuyen's full-sized avatar

Buvaty buithuyen

  • Hà Nội, Việt Nam
View GitHub Profile
import 'dart:math' show max;
import 'package:flutter/foundation.dart';
import 'package:flutter/widgets.dart';
import 'package:webview_flutter/webview_flutter.dart';
class ExpandableWebView extends StatefulWidget {
final String url;
final EdgeInsets padding;