show_more_text_popup

Creator: coderz1093

Last updated:

Add to Cart

Description:

show more text popup

flutter_show_more_text_popup #
Flutter widget to show text in popup or overlay container
Installation #
Add this to your package's pubspec.yaml file
dependencies:
...
show_more_text_popup: ^latest-version
copied to clipboard
Usage #
First import show_more_text_popup.dart
import 'package:show_more_text_popup/show_more_text_popup.dart';
copied to clipboard
ShowMoreTextPopup popup = ShowMoreTextPopup(context,
text: text,
textStyle: TextStyle(color: Colors.black),
height: 200,
width: 100,
backgroundColor: Color(0xFF16CCCC),
padding: EdgeInsets.all(4.0),
borderRadius: BorderRadius.circular(10.0)
);

popup.show(
widgetKey: key,
);
copied to clipboard
Screenshots #

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.