fancycontainer_sb10 0.0.1
fancycontainer_sb10: ^0.0.1 copied to clipboard
A customizable and stylish Flutter container widget with gradient, title, subtitle, and image support.
fancycontainer_sb10 #
A customizable and stylish Flutter container widget with gradient background, rounded corners, title, subtitle, and support for small image display. Perfect for modern UI designs in your Flutter apps.
Features #
- Gradient background with customizable colors
- Title and subtitle text with optional colors
- Support for small images (e.g., logos, icons)
- Custom height, width, and padding
Usage #
import 'package:my_first_package/fancycontainer_sb10.dart';
fancyContainer(
title: 'Hello World',
subtitle: 'This is a fancy container',
color1: Colors.blue,
color2: Colors.purple,
textcolor: Colors.white,
subtitlecolor: Colors.white70,
);