brace_display 0.0.2 copy "brace_display: ^0.0.2" to clipboard
brace_display: ^0.0.2 copied to clipboard

Display a brace alongside a widget.

A widget that draws a brace alongside another widget. Useful to group list items together.

Features #

Sample Sample Sample

Prerequisites #

None, just do a quick flutter pub get brace_display and you're set.

Usage #

BraceDisplay(
  header: Text("Items"),
  direction: BraceDirection.left, // or BraceDirection.right. Defaults to left.
  child: Column(
    crossAxisAlignment: CrossAxisAlignment.start, // to justify the text close to the brace
    children:[
      Text("Item 1"),
      Text("Item 2"),
      Text("Item 3"),
    ]
  ),
3
likes
150
pub points
36%
popularity

Publisher

unverified uploader

Display a brace alongside a widget.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

equatable, flutter

More

Packages that depend on brace_display