sizeOfOTPSixFields method

double sizeOfOTPSixFields()

Implementation

double sizeOfOTPSixFields() {
  // var marginOutSide = 20;
  var tf = widget.widthOTP! * 6;

  var result =  tf + widget.margin! * 5;
  //Log.i( "sizeOfOTPSixFields() " + result.toString() );
  return result;
}