offset property

Offset? offset
final

Combined with alignment to determine the location of the label relative to the child.

This value is only used if label is non-null.

Defaults to the BadgeTheme's offset, or if the theme's value is null then Offset(4, -4) for TextDirection.ltr or Offset(-4, -4) for TextDirection.rtl.

Implementation

final Offset? offset;