flutter_left_right_container 0.0.1 copy "flutter_left_right_container: ^0.0.1" to clipboard
flutter_left_right_container: ^0.0.1 copied to clipboard

Flutter Left Right Container

Examples: #

LeftRightContainer(
          // textDirection: TextDirection.ltr,
          fixedSide: FixedSide.end,
          fixedSizeWidth: 200,
          initiallyCollapsed: true,
          hideArrowIfTwoSidesVisible: false,
          autoShowTwoSidesIfPossible: true,
          showVerticalDivider: true,
          end: SizedBox(
            height: 300,
            child: Text("End"),
          ),
          start: SizedBox(
            height: 300,
            child: Text("Start"),
          ),
          minSideWidth: 400,
          spacing: 10,
          arrowTopPosition: 30,
          backgroundColor: Colors.yellow,
          startBackgroundColor: Colors.red,
          endBackgroundColor: Colors.green,
          minHeight: 300,
),

0
likes
130
points
128
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter Left Right Container

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

cupertino_icons, flutter

More

Packages that depend on flutter_left_right_container