flutter_titled_container 1.0.7 copy "flutter_titled_container: ^1.0.7" to clipboard
flutter_titled_container: ^1.0.7 copied to clipboard

This widget displayes a title on top of a Container. You can specify the title, alignment, titleColor, fontSize, background color for this to display.

[1.0.7] - May 31, 2021 #

  • Removed prints

[1.0.6] - May 31, 2021 #

  • Added text align for title. You can now align text Left, Center or Rigth

[1.0.5] - April 19, 2021 #

  • Updated the description in pubspec.yml

[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.
22
likes
130
pub points
82%
popularity

Publisher

verified publisherjdb-solutions.nl

This widget displayes a title on top of a Container. You can specify the title, alignment, titleColor, fontSize, background color for this to display.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_titled_container