Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 902 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 902 Bytes

Spaced

Basically mimicking the gap property in a CSS flexbox

Features

  • SpacedColumn
  • SpacedRow

Getting started

Add this package to your dependencies (flutter pub add spaced)

Usage

  1. Add the word Spaced in front of your Column or Row widget
  2. Add spacing to the widget property
  3. Done 💪