CSSecret constructor

CSSecret(
  1. String text,
  2. String secret, {
  3. CSWidgetStyle style = CS_DEFAULT_STYLE,
  4. double fontSize = CS_TITLE_FONT_SIZE,
  5. bool addPaddingToBorder = true,
  6. String obscuringCharacter = '•',
})

Implementation

CSSecret(
  this.text,
  this.secret, {
  this.style = CS_DEFAULT_STYLE,
  this.fontSize = CS_TITLE_FONT_SIZE,
  this.addPaddingToBorder = true,
  this.obscuringCharacter = '•',
});