pop method Null safety

  1. @FfiNative<Void Function(Pointer<Void>)>(Pointer<Void>)>('ParagraphBuilder::pop', isLeaf: true)
void pop()
FfiNative<Void Function(Pointer<Void>)>(Pointer<Void>)>('ParagraphBuilder::pop', isLeaf: true)">@FfiNative<Void Function(Pointer<Void>)>(Pointer<Void>)>('ParagraphBuilder::pop', isLeaf: true)

Ends the effect of the most recent call to pushStyle.

Internally, the paragraph builder maintains a stack of text styles. Text added to the paragraph is affected by all the styles in the stack. Calling pop removes the topmost style in the stack, leaving the remaining styles in effect.

Implementation

@FfiNative<Void Function(Pointer<Void>)>('ParagraphBuilder::pop', isLeaf: true)
external void pop();