offset property
Toast position offset.
if align is topLeft/topCenter/topRight, offset is the distance from top, if align is centerLeft, offset is the distance from left, if align is centerRight, offset is the distance from right, if align is bottomLeft/bottomCenter/bottomRight, offset is the distance from bottom.
Implementation
final double offset;