withAlignment method

FlutstrapCol withAlignment(
  1. AlignmentGeometry customAlignment
)

Implementation

FlutstrapCol withAlignment(AlignmentGeometry customAlignment) =>
    copyWith(alignment: customAlignment);