flutter_titled_container 1.0.4
flutter_titled_container: ^1.0.4 copied to clipboard
This widget displayes a title on top of a Container. The container MUST be a child of the TitledContainer widget. You can specify the title, titleColor, fontSize and background color for this to display.
[1.0.4] - April 15, 2021 #
- Updated the description in pubspec.yml
[1.0.3] - April 15, 2021 #
- Added property to set the background color for title
- Added default values
- titleColor - If this property is omitted it defaults to black
- backgroundColor - If this property is omitted it defaults to white
- fontSize - If this property is omitted it default to 14.0sss
[1.0.2] - April 14, 2021 #
- Updated the screenshot.
- Set background color to white in example.
[1.0.1] - April 14, 2021 #
- Updated the README
[1.0.0] - April 14, 2021 #
- Initial release
- TitledContainer displays a title on the top of a Container widget. The Container must be a child of the TitledContainer widget.
- You can set the color, font-size and the title to be displayed
- This widget uses the childs constraints.