flutter_terms_viewer library

Constants

kUnorderedListApostrophe → const String
kUnorderedListArrow → const String
kUnorderedListArrowDown → const String
kUnorderedListArrowHead → const String
kUnorderedListArrowLeft → const String
kUnorderedListArrowRight → const String
kUnorderedListArrowUp → const String
kUnorderedListBoldCheckMark → const String
kUnorderedListBoldCross → const String
kUnorderedListBowArrow → const String
kUnorderedListBullet → const String
kUnorderedListBulletSquare → const String
kUnorderedListCheckMark → const String
kUnorderedListCheckmark → const String
kUnorderedListCircle → const String
kUnorderedListCircleBullet → const String
kUnorderedListCircleDot → const String
kUnorderedListCircleDotted → const String
kUnorderedListCircleDouble → const String
kUnorderedListCircleFilled → const String
kUnorderedListCircleHollow → const String
kUnorderedListCircleStar → const String
kUnorderedListComma → const String
kUnorderedListCross → const String
kUnorderedListCurvedArrow → const String
kUnorderedListCurvedRightArrow → const String
kUnorderedListDash → const String
kUnorderedListDecorativeArrow → const String
kUnorderedListDiamond → const String
kUnorderedListDot → const String
kUnorderedListDoublePrime → const String
kUnorderedListDoubleQuoteLeft → const String
kUnorderedListDoubleQuoteRight → const String
kUnorderedListFilledSquare → const String
kUnorderedListFlower → const String
kUnorderedListHand → const String
kUnorderedListHeart → const String
kUnorderedListHollowSquare → const String
kUnorderedListLeaf → const String
kUnorderedListOpenSquare → const String
kUnorderedListPlus → const String
kUnorderedListPointer → const String
kUnorderedListPrime → const String
kUnorderedListQuoteLeft → const String
kUnorderedListQuoteRight → const String
kUnorderedListSquare → const String
kUnorderedListSquareHollow → const String
kUnorderedListSquareOutline → const String
kUnorderedListStar → const String
kUnorderedListSun → const String
kUnorderedListTriangle → const String

Typedefs

TermsBuilder = Widget? Function(BuildContext context, TermsData data, int index)
TermsInlineBuilder = InlineSpan? Function(TermsSpan data, TextStyle style, int index)
TermsOrderAlignmentBuilder = CrossAxisAlignment? Function(int position)
TermsOrderTextBuilder = String? Function(TermsData data, int index)
TermsStyleBuilder = TextStyle? Function(TermsData data, TextStyle style, int index)