AuthDivider constructor

const AuthDivider({
  1. Key? key,
  2. String text = 'or continue with',
})

Implementation

const AuthDivider({
  super.key,
  this.text = 'or continue with',
});